home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 114 / macaddict114.cdr / Software / Utilities / MenuCalendarClock-iCal-2.1.1.dmg / MenuCalendarClock iCal.app / Contents / Resources / CalendarPrefs.nib / classes.nib < prev    next >
Encoding:
Text File  |  2005-11-07  |  1.1 KB  |  31 lines

  1. {
  2.     IBClasses = (
  3.         {
  4.             ACTIONS = {passwordCancelButtonPressed = id; passwordOKButtonPressed = id; }; 
  5.             CLASS = CalendarPrefs; 
  6.             LANGUAGE = ObjC; 
  7.             OUTLETS = {
  8.                 calendarNameField = NSTextField; 
  9.                 calendarTable = NSTableView; 
  10.                 passwordField = NSSecureTextField; 
  11.                 passwordSheet = NSWindow; 
  12.             }; 
  13.             SUPERCLASS = OPPreferencePane; 
  14.         }, 
  15.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  16.         {
  17.             CLASS = NSPreferencePane; 
  18.             LANGUAGE = ObjC; 
  19.             OUTLETS = {
  20.                 "_firstKeyView" = NSView; 
  21.                 "_initialKeyView" = NSView; 
  22.                 "_lastKeyView" = NSView; 
  23.                 "_window" = NSWindow; 
  24.             }; 
  25.             SUPERCLASS = NSObject; 
  26.         }, 
  27.         {CLASS = OPHelpButton; LANGUAGE = ObjC; SUPERCLASS = NSButton; }, 
  28.         {CLASS = OPPreferencePane; LANGUAGE = ObjC; SUPERCLASS = NSPreferencePane; }
  29.     ); 
  30.     IBVersion = 1; 
  31. }